home *** CD-ROM | disk | FTP | other *** search
/ Flybox Trout (Edition 1) / Flybox Trout (Edition 1).iso / Setup / Support / FlyBox.swf / scripts / DefineButton2_392 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-04-15  |  334 b   |  18 lines

  1. on(release){
  2.    if(eval("_root:SoundOff") == 0)
  3.    {
  4.       tellTarget("_root.ButtonPress")
  5.       {
  6.          gotoAndPlay(2);
  7.       }
  8.    }
  9.    set("_root:SlideShow",1);
  10.    set("_root:FlyID",FlyID);
  11.    set("_root:rCurPage",1);
  12.    tellTarget(_root)
  13.    {
  14.       gotoAndStop("MainDetail");
  15.    }
  16.    getUrl("FlyDetail", "");
  17. }
  18.